Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 2 - Movie Toolbox / Movie Toolbox Reference
Matrix Functions /


TranslateMatrix

The TranslateMatrix function allows your application to add a translation value to a specified matrix.

pascal void TranslateMatrix (MatrixRecord *m, 
                              Fixed deltaH, Fixed deltaV);
m
Contains a pointer to the matrix structure for this operation.
deltaH
Specifies the value to be added to the x coordinate translation value.
deltaV
Specifies the value to be added to the y coordinate translation value.
ERROR CODES
None


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996